home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Million Times Begging
/
A Million Times Begging - Disc 1.iso
/
pc
/
data
/
main.dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-14
|
199 b
|
16 lines
on mouseDown
puppetSound("click")
updateStage()
end
on mouseUp
global gflag
if getAt(gflag, 3) = 0 then
go(1, "GAME3.DIR")
exit
else
go(1, "PROFILE.DIR")
exit
end if
end